This application demonstrates the use of emulation library. 
It works as test of several subsequent ACF graphs defined in the application, 
however if built for host desktop machine, the application uses emulation library. 
If built for the board, an ACF implementation is used. By this approach, 
it's possible to demonstrate use of the kernels in both emulated and real environment
The example does not show any images on the screen. 
It outputs statistics: use COM-port terminal with settings: 115200 b/s 8 bits, no parity, 1 stop bit.
The project contains the configuration to run the application on Linux (A53).

APEX debugging: 
The provided breakpoint "apu_hal_Enable" is disabled by default, 
it should be enabled to debug APEX code via S32 Debugger.
Due to a known issue with the version of Eclipse CDT with which S32 Design Studio is integrated, 
it will require some extra steps to properly enable the provided breakpoint "apu_hal_Enable".
Click to check the box, click again to uncheck the box, then click a 3rd time to again check the box.
Execute "Resume" command twice.
Start APEX debugging after the breakpoint is reached at the second time.
Breakpoints at <graph_name> functions are set by default.
The execution is in "runnning" state on APEX debugging thread.
Execute "Resume" command on A53 application.
The execution stops on  <graph_name> breakpoint on APEX debugging thread.
Start APEX debugging.

Requirements:  
S32V234 board with Linux.

